* lisp/replace.el (query-replace-read-from): Use `read-regexp' instead
authorJuri Linkov <juri@jurta.org>
Thu, 20 Sep 2012 21:57:13 +0000 (00:57 +0300)
committerJuri Linkov <juri@jurta.org>
Thu, 20 Sep 2012 21:57:13 +0000 (00:57 +0300)
commit12791dee399b3d4a742e9555efc4ec74ef1edfd8
tree94cda1a1efac27b8fb7f6839d5d2c0efc47d6649
parent7391250c33ad89a898a22983891cd6d93672c73c
* lisp/replace.el (query-replace-read-from): Use `read-regexp' instead
of `read-from-minibuffer' when `regexp-flag' is non-nil.
(occur-read-primary-args): Use `read-regexp' instead of
`read-string'.
(multi-occur-in-matching-buffers): Use `read-regexp' instead of
`read-from-minibuffer'.
* lisp/isearch.el (isearch-occur): Use `read-regexp' instead of
`read-string'.
* lisp/dired.el (dired-read-regexp): Use `read-regexp' instead of
`read-from-minibuffer'.
* lisp/progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
of `read-string'.
etc/NEWS
lisp/ChangeLog
lisp/dired.el
lisp/isearch.el
lisp/progmodes/grep.el
lisp/replace.el